home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / ip / ka9q / osrc.arc / VERSION.C < prev   
Encoding:
C/C++ Source or Header  |  1989-06-21  |  391 b   |  12 lines

  1. /* version control information */
  2. #include "global.h"
  3. /* Change only the part after the decimal when making local changes.
  4.  * Prefix is changed only by N3EUA. Persons other than KA9Q making local
  5.  * changes and fixes should append letters to the suffix.
  6.  */
  7. #ifdef    LARGEDATA
  8. char Version[] = "890621 NOS (TurboC large model)";
  9. #else
  10. char Version[] = "890621 NOS (TurboC)";
  11. #endif
  12.